home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / emacs_src_18_58.lha / emacs-18.58 / INSTALLATION < prev    next >
Text File  |  1992-09-22  |  2KB  |  59 lines

  1. DON'T FORGET: This version of Emacs REQUIRES AMIGADOS V2.04 !!
  2.  
  3. Before being able to use Emacs, you must take the following steps 
  4. (they assume you are in the emacs-18.58 directory):
  5.  
  6. 1. Copy .emacs, .emacs-menu.menu, .emacs-menu.el and emacs to s:
  7. 2. Copy etags to somewhere in your path.
  8. 3. Add an assign GNUEMACS: <wherever you've put the emacs directory> to 
  9.    your User-Startup.
  10. 4. Install Matt Dillon's fifo.library and fifo: handler if you want to use
  11.    external processes (This can be found on Fish disks).
  12. 5. Define various environment variables (these all have defaults, so this
  13.    isn't absolutely necessary, except for ESHELL) :
  14.  
  15.      USER     - a username (a la Unix) (default "user")
  16.      USERNAME - your full name (default same as $USER)
  17.      HOME     - your "home" directory (This is the directory refered to
  18.         by ~/<file>, and where the .emacs file is looked for)
  19.         (default "s:").
  20.      HOSTNAME - a name for your system (default "amiga")
  21.      ESHELL   - where to find an unix-like shell (no default). By unix-like
  22.         I mean that it should not open a window to get its input.
  23.         The only tested value for this is GNUEMACS:etc/sh.
  24.  
  25.    For instance, I have the following values:
  26.      USER: dgay, USERNAME: David E. Gay, HOSTNAME: owl,
  27.      ESHELL: gnuemacs:etc/sh
  28.  
  29. 6. If you want to check that emacs is working, type 
  30.  
  31.   assign gnuemacs: ""
  32.   emacs
  33.  
  34.    If all goes well, emacs should open a window. If you get
  35.      memacs: Unknown command
  36.    you have an alias for emacs. Try editing s:Shell-Startup and removing it.
  37.  
  38.    If you get
  39.      emacs: file is not executable
  40.    try typing
  41.      protect s:emacs +s
  42.  
  43.    If you get
  44.      emacs: Unknown command
  45.    try
  46.      path s: add
  47.  
  48.    And finally, if you get
  49.      wrong number of arguments
  50.      if failed returncode 10
  51.    try
  52.      path sys:rexxc add
  53.  
  54.  
  55. 7. If you are going to use emacs over a serial line, you must install 
  56.    the termcap file, which comes with the source version. To do so, type:
  57.  
  58.      join gnuemacs:etc/termcap.ucb gnuemacs:etc/termcap.amiga as s:termcap
  59.